if workspace:FindFirstChild(owner.Name..":Grass") then owner.Character.HumanoidRootPart.CFrame = CFrame.new(-1400, 1290, -13128) else local p1 = Instance.new("Part", workspace) p1.Name = owner.Name..":Grass" p1.CFrame = CFrame.new(-1400, 1289, -13128) p1.Size = Vector3.new(500,3,500) p1.BrickColor = BrickColor.new("Bright green") p1.Anchored = true p1.Locked = true p1.Material = "Grass" owner.Character.HumanoidRootPart.CFrame = CFrame.new(-1400, 1290, -13128) end